Multiple Choice Identify the
choice that best completes the statement or answers the question.
|
|
1.
|
Forms contain form ____, such as check boxes and option buttons.
a. | keys | c. | indices | b. | objects | d. | components |
|
|
2.
|
Forms are useful for ____.
a. | ordering merchandise | b. | responding to requests for customer
feedback | c. | requesting information | d. | all of the
above |
|
|
3.
|
All of the following are form objects EXCEPT ____.
a. | radio buttons | c. | text fields | b. | file sliders | d. | buttons |
|
|
4.
|
____ fields store information that can be used at a later time, such as the next
time the user visits the website.
a. | Text | c. | Hidden | b. | File | d. | Key |
|
|
5.
|
____ provide a fast method of entering information that may be tedious for the
user to type.
a. | Buttons | c. | Radio buttons | b. | List/menus | d. | Form fields |
|
|
6.
|
When a user clicks a ____, a task is performed, such as clearing the
form.
a. | form field | c. | button | b. | radio button | d. | list |
|
|
|
|
|
7.
|
In the accompanying figure, the items labeled with the number 1 are ____
fields.
a. | text box | c. | menu | b. | check box | d. | radio button |
|
|
8.
|
In the accompanying figure, the item labeled with the number 2 is a ____
field.
a. | text box | c. | menu | b. | check box | d. | radio button |
|
|
9.
|
In the accompanying figure, the item labeled with the number 3 is a ____
field.
a. | text box | c. | menu | b. | check box | d. | radio button |
|
|
10.
|
With the Accessibility preference for Form Objects option selected, Dreamweaver
will prompt you to enter a label ____ each time you insert a new form.
a. | tag | c. | element | b. | icon | d. | header |
|
|
11.
|
Often you see a(n) ____ next to a required field with a corresponding note at
either the top or the bottom of the form explaining that all fields marked as such are
required.
a. | caret | c. | semicolon | b. | colon | d. | asterisk |
|
|
12.
|
Which kind of form processing processes the data from the form on the
user’s computer?
a. | server-side | c. | back-end | b. | front-end | d. | client-side |
|
|
13.
|
The form ____ attribute is the part of the form tag that specifies how the data
in the form will be processed.
a. | processing | c. | end | b. | scripting | d. | action |
|
|
14.
|
Client-side scripting is written with programs such as ____ or VBScript.
a. | CGI | c. | Perl | b. | JavaScript | d. | SQL |
|
|
15.
|
The data collection stage of form processing is called ____ processing.
a. | front-end | c. | client-side | b. | back-end | d. | server-side |
|
|
16.
|
____ processing denotes the beginning of the data processing cycle.
a. | Back-end | c. | Server-side | b. | Front-end | d. | Client-side |
|
|
17.
|
Form field names should not include ____, in order to ensure that they can be
read properly by the program that will process the form data.
a. | uppercase letters | c. | spaces | b. | punctuation | d. | All of the
above |
|
|
18.
|
When you create a form, you must include form field ____ to help users
understand how to complete each item in the form.
a. | icons | c. | bullets | b. | labels | d. | requirements |
|
|
|
Critical Thinking Questions Case I -1
Carolyn works in the
Marketing Department for the National Park Service (NPS). She asks the web design team to design a
form for the department’s website. The form will provide a way for interested tourists to
request additional information about park activities, such as fishing and canoeing.
|
|
19.
|
Carolyn wants to be sure that the new form on the NPS’s website is
accessible by everyone. The design team shows her how to change the Accessibility preference for Form
Objects in Dreamweaver. With this option selected, Dreamweaver will automatically prompt you to enter
a label tag when inserting a new form. What effect does this have?
a. | The label tags include sound files with instructions for the hearing
impaired. | b. | The label tags cause text to appear larger. | c. | The label tags are
read by screen readers. | d. | The label tags have no effect on
accessibility. |
|
|
|
Critical Thinking Questions Case I-2
For her computer
applications class project, Susan must design a web page that contains a form for entering
information. Susan decides to create a form to collect data from the school’s graduates
concerning employment details after graduation. Susan writes down the information she wants to
collect and the order that she wants it to appear on the form. She also makes a sketch of the form to
be sure that the form objects are placed in a logical order that will make sense to users.
|
|
20.
|
Susan includes several fields that ask the user to select only one item.
Initially, she uses radio buttons for the choices; however, the radio buttons take up too much space
on the form. What would be the most appropriate choice for a form object in this case?
a. | Check boxes | c. | Hidden fields | b. | Text fields | d. | Lists or menus |
|